Skip to content

pyiceberg-core: add build-pyiceberg-core.yml for riscv64 wheels - #971

Merged
luhenry merged 1 commit into
mainfrom
pyiceberg-core
Sep 6, 2026
Merged

pyiceberg-core: add build-pyiceberg-core.yml for riscv64 wheels#971
luhenry merged 1 commit into
mainfrom
pyiceberg-core

Conversation

@luhenry

@luhenry luhenry commented Sep 5, 2026

Copy link
Copy Markdown
Member

Compiles the Rust-based Iceberg core (the bindings/python crate of the apache/iceberg-rust Cargo workspace) into the abi3 extension PyIceberg optionally loads. Upstream publishes no riscv64 wheel.

Mirrors upstream's release_python.yml.

Differs from upstream

  • Builds and tests on cp312, not the cp310 abi3 floor - pypi.riseproject.dev has no riscv64 pyarrow/pyiceberg wheel below cp312.
  • RUSTUP_TOOLCHAIN=stable - the checkout's rust-toolchain.toml pins a nightly for lint only; the sdist excludes it, the checkout does not.

Testing

  • test_transform.py, same as upstream.
  • test_datafusion_table_provider.py and test_huggingface_and_cdc.py dropped - both unconditionally import datafusion, which has no riscv64 wheel anywhere.
  • test_manifest.py dropped - it imports pyiceberg.io.pyarrow, which unconditionally imports pyarrow._s3fs; our riscv64 pyarrow ships ARROW_S3=OFF.

License: OK

Built on cp312; 11 passed.

@luhenry
luhenry merged commit 0fc3f1f into main Sep 6, 2026
6 checks passed
@luhenry
luhenry deleted the pyiceberg-core branch September 6, 2026 07:30
@luhenry luhenry linked an issue Sep 6, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pyiceberg-core riscv64 support

1 participant